Object
ProImm
Function ProImmParamsAlloc
Description
Allocates the handle of a new ImmParam
Synopsis
#include <
ProImm.h
>
ProError
ProImmParamsAlloc
(
ProImmParams
*
immparams
/* (Out)
Pointer to the ImmParam handle
*/
)
Returns
PRO_TK_NO_ERROR
The handle is successfully allocated.
PRO_TK_OUT_OF_MEMORY
Not enough memoryt to allocate the handle.
Sample Code References:
pt_examples ( TestImm.c )